From: Andreas Schwab Date: Sat, 24 Apr 2004 20:57:48 +0000 (+0000) Subject: (sh-leading-keywords) : Add "!". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22957 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=86121619ed5369c56d8d59fd95584be9b2ea6f7e;p=emacs.git (sh-leading-keywords) : Add "!". --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 5635a1b17f7..f47ca3a73d4 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -648,7 +648,7 @@ implemented as aliases. See `sh-feature'." (rc "else") - (sh "do" "elif" "else" "if" "then" "trap" "type" "until" "while")) + (sh "!" "do" "elif" "else" "if" "then" "trap" "type" "until" "while")) "*List of keywords that may be immediately followed by a builtin or keyword. Given some confusion between keywords and builtins depending on shell and system, the distinction here has been based on whether they influence the